home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / C / move < prev    next >
AmigaDOS Script File  |  1998-06-24  |  84b  |  7 lines

  1. .key file/a,path/a
  2.  
  3. copy <file> <path> >NIL:
  4. if NOT WARN
  5.     delete <file> >NIL:
  6. endif
  7.